Xbasic

A5_DUPLICATE_TABLE Function

Syntax

C a5_duplicate_table(C table_name )

Arguments

table_name

The name of the table to duplicate.

Description

Displays the Duplicate Table dialog box.

Discussion

The A5_DUPLICATE_TABLE() function displays the Duplicate Table dialog box, which allows you to copy a table.

Example

a5_duplicate_table("customer")

Limitations

Desktop applications only.

See Also